﻿2026-06-05T02:56:33.2262620Z ##[group]Run actions/checkout@v5
2026-06-05T02:56:33.2263679Z with:
2026-06-05T02:56:33.2264238Z   repository: SaberMage/spt-core
2026-06-05T02:56:33.2271357Z   token: ***
2026-06-05T02:56:33.2271966Z   ssh-strict: true
2026-06-05T02:56:33.2272546Z   ssh-user: git
2026-06-05T02:56:33.2273135Z   persist-credentials: true
2026-06-05T02:56:33.2273748Z   clean: true
2026-06-05T02:56:33.2274317Z   sparse-checkout-cone-mode: true
2026-06-05T02:56:33.2275013Z   fetch-depth: 1
2026-06-05T02:56:33.2275555Z   fetch-tags: false
2026-06-05T02:56:33.2276121Z   show-progress: true
2026-06-05T02:56:33.2276689Z   lfs: false
2026-06-05T02:56:33.2277251Z   submodules: false
2026-06-05T02:56:33.2277820Z   set-safe-directory: true
2026-06-05T02:56:33.2278712Z ##[endgroup]
2026-06-05T02:56:33.3997081Z Syncing repository: SaberMage/spt-core
2026-06-05T02:56:33.3998795Z ##[group]Getting Git version info
2026-06-05T02:56:33.3999706Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-05T02:56:33.4292820Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T02:56:33.4497114Z git version 2.43.0.windows.1
2026-06-05T02:56:33.4528198Z ##[endgroup]
2026-06-05T02:56:33.4536524Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\45dbc0b6-b322-4f80-829e-bbf7ab4794d8\.gitconfig'
2026-06-05T02:56:33.4549064Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\45dbc0b6-b322-4f80-829e-bbf7ab4794d8' before making global git config changes
2026-06-05T02:56:33.4550889Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T02:56:33.4554268Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-05T02:56:33.4787602Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-05T02:56:33.4989117Z https://github.com/SaberMage/spt-core
2026-06-05T02:56:33.5021773Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T02:56:33.5026495Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T02:56:33.5353606Z refs/heads/dev-freeform
2026-06-05T02:56:33.5383472Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-05T02:56:33.5710771Z HEAD is now at 10e2dcc feat(daemon,net,cli): M5-D6b/c presence MRA API + cross-node redirect (REQ-PRES-1)
2026-06-05T02:56:33.6194078Z ##[endgroup]
2026-06-05T02:56:33.6196753Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-05T02:56:33.9893252Z ##[group]Cleaning the repository
2026-06-05T02:56:33.9898370Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-05T02:56:36.6077437Z Removing target/
2026-06-05T02:56:36.6116365Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-05T02:56:36.6465604Z HEAD is now at 10e2dcc feat(daemon,net,cli): M5-D6b/c presence MRA API + cross-node redirect (REQ-PRES-1)
2026-06-05T02:56:36.6491562Z ##[endgroup]
2026-06-05T02:56:36.6495640Z ##[group]Disabling automatic garbage collection
2026-06-05T02:56:36.6500591Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-05T02:56:36.6725344Z ##[endgroup]
2026-06-05T02:56:36.6725753Z ##[group]Setting up auth
2026-06-05T02:56:36.6731836Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T02:56:36.6951210Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T02:56:37.0666684Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T02:56:37.0917026Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T02:56:37.4571247Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T02:56:37.4795217Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T02:56:37.8462607Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-05T02:56:37.8709481Z ##[endgroup]
2026-06-05T02:56:37.8709874Z ##[group]Fetching the repository
2026-06-05T02:56:37.8716413Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1ea2a35c868cf1e958918cd968ed4974265a53b3:refs/remotes/origin/dev-freeform
2026-06-05T02:56:38.6437499Z From https://github.com/SaberMage/spt-core
2026-06-05T02:56:38.6438046Z  + 10e2dcc...1ea2a35 1ea2a35c868cf1e958918cd968ed4974265a53b3 -> origin/dev-freeform  (forced update)
2026-06-05T02:56:38.6562351Z ##[endgroup]
2026-06-05T02:56:38.6562801Z ##[group]Determining the checkout info
2026-06-05T02:56:38.6563908Z ##[endgroup]
2026-06-05T02:56:38.6568929Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-05T02:56:38.6846876Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-05T02:56:38.7075915Z ##[group]Checking out the ref
2026-06-05T02:56:38.7076352Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T02:56:38.7440450Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-05T02:56:38.7440873Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-05T02:56:38.7441856Z Previous HEAD position was 10e2dcc feat(daemon,net,cli): M5-D6b/c presence MRA API + cross-node redirect (REQ-PRES-1)
2026-06-05T02:56:38.7442303Z Switched to and reset branch 'dev-freeform'
2026-06-05T02:56:38.7465850Z ##[endgroup]
2026-06-05T02:56:38.7707919Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-05T02:56:38.7907298Z 1ea2a35c868cf1e958918cd968ed4974265a53b3
